Playwright MCP Server_get_codegen_session
Retrieve details about a code generation session by providing its session ID. This tool helps users access specific session information for efficient debugging and analysis.
Instructions
Get information about a code generation session
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sessionId | Yes | ID of the session to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"sessionId": {
"description": "ID of the session to retrieve",
"type": "string"
}
},
"required": [
"sessionId"
],
"type": "object"
}